aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/borland-extensions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/borland-extensions.cpp')
-rw-r--r--test/SemaCXX/borland-extensions.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/SemaCXX/borland-extensions.cpp b/test/SemaCXX/borland-extensions.cpp
deleted file mode 100644
index 703222eb54..0000000000
--- a/test/SemaCXX/borland-extensions.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang_cc1 %s -fsyntax-only -verify -fborland-extensions
-
-// Borland extensions
-
-// 1. test -fborland-extensions
-int dummy_function() { return 0; }