summaryrefslogtreecommitdiffstats
path: root/config-lib/src/test/resources/configdefinitions/test-nonstring.def
diff options
context:
space:
mode:
Diffstat (limited to 'config-lib/src/test/resources/configdefinitions/test-nonstring.def')
-rw-r--r--config-lib/src/test/resources/configdefinitions/test-nonstring.def9
1 files changed, 0 insertions, 9 deletions
diff --git a/config-lib/src/test/resources/configdefinitions/test-nonstring.def b/config-lib/src/test/resources/configdefinitions/test-nonstring.def
deleted file mode 100644
index 474c11770f1..00000000000
--- a/config-lib/src/test/resources/configdefinitions/test-nonstring.def
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=test
-
-# Test non-string config vars with defaults
-
-i int default=0
-b bool default=false
-d double default=0.0
-e enum { AA, BB, CC } default=AA