summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/AutoExportDll/hello.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/AutoExportDll/hello.cxx')
-rw-r--r--Tests/RunCMake/AutoExportDll/hello.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/AutoExportDll/hello.cxx b/Tests/RunCMake/AutoExportDll/hello.cxx
index 4196948..533fd3e 100644
--- a/Tests/RunCMake/AutoExportDll/hello.cxx
+++ b/Tests/RunCMake/AutoExportDll/hello.cxx
@@ -9,5 +9,5 @@ void hello()
{
printf("hello");
}
-void Hello::operator delete[](void*) {};
-void Hello::operator delete(void*) {};
+void Hello::operator delete[](void*){};
+void Hello::operator delete(void*){};