From 1d6857de2bc044f45f76270256fad011a591abfc Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 7 Sep 2019 00:49:30 +0800 Subject: add modulemap tests --- .../c++/modules/modulemap.modulemap/src/hello.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/projects/c++/modules/modulemap.modulemap/src/hello.h (limited to 'tests/projects/c++/modules/modulemap.modulemap/src/hello.h') diff --git a/tests/projects/c++/modules/modulemap.modulemap/src/hello.h b/tests/projects/c++/modules/modulemap.modulemap/src/hello.h deleted file mode 100644 index 743934c26..000000000 --- a/tests/projects/c++/modules/modulemap.modulemap/src/hello.h +++ /dev/null @@ -1,18 +0,0 @@ -#pragma once - -import std; -using namespace std; - -namespace hello { - inline void say_hi() { - cout << "hello hi!" << endl; - } - - inline void say_hello() { - cout << "hello world!" << endl; - } - - inline void say_xz() { - cout << "hello xz!" << endl; - } -} \ No newline at end of file -- cgit v1.3.1