Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
concat5_pkg2.adb
blob: 98bd38826b2e120a918ca4a1208cf05389caf049 [
file
] [
log
] [
blame
]
package
body
Concat5_Pkg2
is
procedure
Compare
(
S
:
String
)
is
begin
if
S
/=
"option -RTS=none should start with '--'"
then
raise
Program_Error
;
end
if
;
end
;
end
Concat5_Pkg2
;