Fix typos.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 5 Nov 2006 10:19:18 +0000 (10:19 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 5 Nov 2006 10:19:18 +0000 (10:19 +0000)
From-SVN: r118494

gcc/testsuite/gnat.dg/biased_uc.adb
gcc/testsuite/gnat.dg/env_compile_capacity.adb
gcc/testsuite/gnat.dg/in_mod_conv.adb
gcc/testsuite/gnat.dg/inline_scope.adb
gcc/testsuite/gnat.dg/layered_instance.adb
gcc/testsuite/gnat.dg/test_prio.adb

index d881e11570e378e2e3a3683312ea9fcbf7763392..af90f420ae9819a9d2f7e879701e6446fd2b933d 100644 (file)
@@ -1,5 +1,5 @@
--- { do-do run }
--- { do-options "-gnatws" }
+-- { dg-do run }
+-- { dg-options "-gnatws" }
 
 with Unchecked_Conversion;
 procedure biased_uc is
index e3ebcc83ce2238ffa174d75529c3b8958d51014d..03d20863389d280d0cbe4bf503519bfb0da82552 100644 (file)
@@ -1,4 +1,4 @@
--- { do-do compile }
+-- { dg-do compile }
 
 with My_Env_Versioned_Value_Set_G;
 package body Env_Compile_Capacity is
index e240c0ed235205ab8a08946f13df6e75560f5357..5ff080825abd58d7bcce9891cc58c6409b02e255 100644 (file)
@@ -1,4 +1,4 @@
--- { do-do compile }
+-- { dg-do compile }
 
 procedure in_mod_conv is
    package Test is 
index 58cc2f531b46c1d9c74835bb987c9296145f61d9..d83ce184f66e1c0283f567a4f36141d7cf72c11c 100644 (file)
@@ -1,5 +1,5 @@
--- { do-do compile }
--- { do-options "-gnatN" }
+-- { dg-do compile }
+-- { dg-options "-gnatN" }
 
 with inline_scope_p;
 procedure inline_scope (X : Integer) is
index 54f8d25d2b92ee3329d1cd740c1bf24294f2c2a6..f1326be8a5b2c717fe40b52d8d46d204df662e14 100644 (file)
@@ -1,4 +1,4 @@
--- { do-do compile }
+-- { dg-do compile }
 
 with Layered_Abstraction_P;
 with layered_abstraction;
index 85e5cdde06ee072124207695066769f2312055c2..30d07a81e04bffb8a2a6dbbecd104bc48b3db50c 100644 (file)
@@ -1,5 +1,6 @@
--- { do-do run }
+-- { dg-do run }
 -- { dg-options "-gnatws" }
+
 pragma Locking_Policy (Ceiling_Locking);
 with test_prio_p;use test_prio_p;
 with text_io; use text_io;