summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/main.c')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/main.c b/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/main.c
deleted file mode 100644
index 156dbf04a1b..00000000000
--- a/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/main.c
+++ /dev/null
@@ -1,8 +0,0 @@
-int main(void)
-{
- __int128_t n = 1;
- n = n + n;
- return n; //%self.expect("p n", substrs=['(__int128_t) $0 = 2'])
- //%self.expect("p n + 6", substrs=['(__int128) $1 = 8'])
- //%self.expect("p n + n", substrs=['(__int128) $2 = 4'])
-}
OpenPOWER on IntegriCloud