summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/template_instantiation/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-06 22:58:54 +0800
committerruki <[email protected]>2019-09-06 11:53:27 +0800
commit0f7e7701f27eec0118930eddefba0d0ca3269d38 (patch)
treee13e243dfdf10d0b4e2fe632989420dbc5d37702 /tests/projects/c++/modules/template_instantiation/src/main.cpp
parent7210427c931d41fd52608ee5a502ea54414d6606 (diff)
remove some tests
Diffstat (limited to 'tests/projects/c++/modules/template_instantiation/src/main.cpp')
-rw-r--r--tests/projects/c++/modules/template_instantiation/src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/projects/c++/modules/template_instantiation/src/main.cpp b/tests/projects/c++/modules/template_instantiation/src/main.cpp
deleted file mode 100644
index babfe1222..000000000
--- a/tests/projects/c++/modules/template_instantiation/src/main.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-import mod;
-
-int main() {
- test_performance(foo<1000>{}, foo<1000>{});
- return 0;
-}