From 20bdee0cc92440a951c9e3842d1666ae8d01928c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 7 Nov 2016 11:28:28 +0200 Subject: Rework pre-parsed line type in testscript --- build2/test/script/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/script/script') diff --git a/build2/test/script/script b/build2/test/script/script index c5be0c0..6d121ea 100644 --- a/build2/test/script/script +++ b/build2/test/script/script @@ -29,7 +29,7 @@ namespace build2 // Pre-parse representation. // - enum class line_type {variable, setup, tdown, test}; + enum class line_type {variable, command}; struct line { -- cgit v1.1