aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/cpp/class.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lua/tests/indent/cpp/class.cpp')
-rw-r--r--lua/tests/indent/cpp/class.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/tests/indent/cpp/class.cpp b/lua/tests/indent/cpp/class.cpp
deleted file mode 100644
index cd8382190..000000000
--- a/lua/tests/indent/cpp/class.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-class Foo {
- int x;
- class Bar {
- int y;
- };
- Bar z;
-};