]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g77.f-torture/execute/cpp.F
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g77.f-torture / execute / cpp.F
diff --git a/gcc/testsuite/g77.f-torture/execute/cpp.F b/gcc/testsuite/g77.f-torture/execute/cpp.F
deleted file mode 100644 (file)
index fc9386b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-!  Some versions of cpp will delete "//'World' as a C++ comment.
-      character*40    title
-      title = 'Hello '//'World'
-      if (title .ne. 'Hello World') call abort
-      end