diff options
Diffstat (limited to 'src/test.cpp')
-rw-r--r-- | src/test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test.cpp b/src/test.cpp index 30252d85b..1a0d4bb83 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -467,6 +467,8 @@ struct TestPath: public TestBase " with leading whitespace!\n" \ "\"\"\"\n" \ "np_terrain = {\n" \ + " flags = defaults\n" \ + " lacunarity = 2\n" \ " octaves = 6\n" \ " offset = 3.5\n" \ " persistence = 0.7\n" \ |