mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
b2/test/Common: drop that tacky "file-" prefix in pseudo-filenames
Just a plain "h", "c", etc., will do nicely. Also updated the one test set we have so far.
This commit is contained in:
@@ -36,7 +36,7 @@ tst_fail "hierarchy: name set field (incorrect name)" <<EOF
|
||||
EOF
|
||||
|
||||
expect <<EOF
|
||||
file-h:2: unknown name set "def"
|
||||
h:2: unknown name set "def"
|
||||
EOF
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -56,7 +56,7 @@ tst_fail "hierarchy: absolute value field (omit type name)" <<EOF
|
||||
EOF
|
||||
|
||||
expect <<EOF
|
||||
file-h:1: syntax error
|
||||
h:1: syntax error
|
||||
EOF
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
@@ -76,7 +76,7 @@ tst_fail "hierarchy: relative value field (incorrect name)" <<EOF
|
||||
EOF
|
||||
|
||||
expect <<EOF
|
||||
file-h:1: unknown field "Z"
|
||||
h:1: unknown field "Z"
|
||||
EOF
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user