Skip to content

Commit 7265365

Browse files
committed
Fix copy-paste error in schema tests
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 8d6170c commit 7265365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/schema/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_cbiconfig_compilers(self):
178178
include_paths = ["/host/"]
179179
include_files = ["host.inc"]
180180
181-
[[compiler.test.modes]]
181+
[[compiler.test.passes]]
182182
name = "device"
183183
defines = ["DEVICE"]
184184
include_paths = ["/device/"]

0 commit comments

Comments
 (0)