summaryrefslogtreecommitdiff
path: root/Modules/TestForSTDNamespace.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/TestForSTDNamespace.cxx')
-rw-r--r--Modules/TestForSTDNamespace.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/TestForSTDNamespace.cxx b/Modules/TestForSTDNamespace.cxx
index fc3ac5911..b537d44a9 100644
--- a/Modules/TestForSTDNamespace.cxx
+++ b/Modules/TestForSTDNamespace.cxx
@@ -1,6 +1,6 @@
#include <list>
int main(int, char*[])
-{
+{
std::list<int>();
return 0;
}