From 63a88c873f3643aad9208488765dc53618edd40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Boczar?= Date: Thu, 22 Apr 2021 20:53:30 +0200 Subject: move all tests to top-level tests/ directory --- tests/indent/cpp/class.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/indent/cpp/class.cpp (limited to 'tests/indent/cpp/class.cpp') diff --git a/tests/indent/cpp/class.cpp b/tests/indent/cpp/class.cpp new file mode 100644 index 00000000..cd838219 --- /dev/null +++ b/tests/indent/cpp/class.cpp @@ -0,0 +1,7 @@ +class Foo { + int x; + class Bar { + int y; + }; + Bar z; +}; -- cgit v1.2.3