summaryrefslogtreecommitdiff
path: root/test/unittest_core.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/unittest_core.cxx')
-rw-r--r--test/unittest_core.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unittest_core.cxx b/test/unittest_core.cxx
index 6091dd7b4..ad60d172c 100644
--- a/test/unittest_core.cxx
+++ b/test/unittest_core.cxx
@@ -278,7 +278,7 @@ TEST(fl_filename, relative) {
r = fl_filename_relative("../foo.txt", base);
EXPECT_STREQ(r.c_str(), "../foo.txt");
return true;
- }
+}
TEST(fl_filename, absolute) {
Fl_String base = "/var/tmp/somedir";
@@ -293,6 +293,7 @@ TEST(fl_filename, absolute) {
return true;
}
+
bool cb1a_ok = false, cb1b_ok = false, cb1c_ok = false;
int cb1_alloc = 0;
class MyString : public Fl_String {