summaryrefslogtreecommitdiff
path: root/test/storage
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-12-01 17:30:44 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-12-03 15:38:36 +0100
commitd5fb535058d4d97567b08064e0203f45c2c8370f (patch)
treef10e6d116f86405f1a432a6dc2fbc0122749169d /test/storage
parent6feb89cbbc50d31557c3d74d3a7ca97b474a7507 (diff)
downloadqtlocation-mapboxgl-d5fb535058d4d97567b08064e0203f45c2c8370f.tar.gz
[core] add namespace comment to closing brace
Diffstat (limited to 'test/storage')
-rw-r--r--test/storage/file_reading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/file_reading.cpp b/test/storage/file_reading.cpp
index 1b1b1b2888..7565ad3d66 100644
--- a/test/storage/file_reading.cpp
+++ b/test/storage/file_reading.cpp
@@ -52,7 +52,7 @@ private:
std::function<void(mbgl::Response)> requestCallback;
};
-}
+} // namespace
TEST_F(Storage, AssetStress) {
SCOPED_TEST(AssetStress)