OSDN Git Service

Fix typos.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Nov 2006 10:19:18 +0000 (10:19 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Nov 2006 10:19:18 +0000 (10:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118494 138bc75d-0d04-0410-961f-82ee72b054a4

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 d881e11..af90f42 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 e3ebcc8..03d2086 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 e240c0e..5ff0808 100644 (file)
@@ -1,4 +1,4 @@
--- { do-do compile }
+-- { dg-do compile }
 
 procedure in_mod_conv is
    package Test is 
index 58cc2f5..d83ce18 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 54f8d25..f1326be 100644 (file)
@@ -1,4 +1,4 @@
--- { do-do compile }
+-- { dg-do compile }
 
 with Layered_Abstraction_P;
 with layered_abstraction;
index 85e5cdd..30d07a8 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;