summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/object-float.c
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-10-03 02:38:43 +0000
committerNico Weber <nicolasweber@gmx.de>2019-10-03 02:38:43 +0000
commit6713f8235bac3a5883af6eee841cb50a8832d754 (patch)
tree3a3a1b5ff96132cb61a7a412a1668fdac6f62a22 /clang/test/InterfaceStubs/object-float.c
parent45f682f47129c05414d4c5ae7be851772273978f (diff)
downloadbcm5719-llvm-6713f8235bac3a5883af6eee841cb50a8832d754.tar.gz
bcm5719-llvm-6713f8235bac3a5883af6eee841cb50a8832d754.zip
Revert 373538 and follow-ups 373549 and 373552.
They break tests on (at least) macOS. llvm-svn: 373556
Diffstat (limited to 'clang/test/InterfaceStubs/object-float.c')
-rw-r--r--clang/test/InterfaceStubs/object-float.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/InterfaceStubs/object-float.c b/clang/test/InterfaceStubs/object-float.c
deleted file mode 100644
index 6dd056bb852..00000000000
--- a/clang/test/InterfaceStubs/object-float.c
+++ /dev/null
@@ -1,3 +0,0 @@
-// RUN: not %clang -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s
-// CHECK: error: Interface Stub: Size Mismatch
-double data = 42.0; \ No newline at end of file
OpenPOWER on IntegriCloud