summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/dexter-tests/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests/dexter-tests/hello.c')
-rw-r--r--debuginfo-tests/dexter-tests/hello.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/debuginfo-tests/dexter-tests/hello.c b/debuginfo-tests/dexter-tests/hello.c
deleted file mode 100644
index bd94646aae6..00000000000
--- a/debuginfo-tests/dexter-tests/hello.c
+++ /dev/null
@@ -1,13 +0,0 @@
-// REQUIRES: system-windows
-//
-// RUN: %dexter --fail-lt 1.0 -w --builder 'clang-cl_vs2015' \
-// RUN: --debugger 'dbgeng' --cflags '/Z7 /Zi' --ldflags '/Z7 /Zi' -- %s
-
-#include <stdio.h>
-int main() {
- printf("hello world\n");
- int x = 42;
- __debugbreak(); // DexLabel('stop')
-}
-
-// DexExpectWatchValue('x', 42, on_line='stop')
OpenPOWER on IntegriCloud