summaryrefslogtreecommitdiffstats
path: root/app/test_suite.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/test_suite.h')
-rw-r--r--app/test_suite.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/test_suite.h b/app/test_suite.h
index 4826b4f..061dc9c 100644
--- a/app/test_suite.h
+++ b/app/test_suite.h
@@ -31,7 +31,6 @@ class AppTestSuite : public TestSuite {
TestSuite::Initialize();
app::RegisterPathProvider();
-
#if defined(OS_MACOSX)
// Look in the framework bundle for resources.
// TODO(port): make a resource bundle for non-app exes. What's done here