diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-03 05:30:36 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-03 05:30:36 +0100 |
| commit | 882d5d671c2c0fcec914fd8ec66cf15122cb1fb6 (patch) | |
| tree | d11e10d0708ed1080b950ac2bc47082a1439de62 | |
| parent | b74cd303f763fbdc1307830b6333354d65733ef8 (diff) | |
Fix copy-paste comment error
| -rw-r--r-- | testsuite.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite.py b/testsuite.py index 17c7f9e..bd62c91 100644 --- a/testsuite.py +++ b/testsuite.py @@ -930,8 +930,8 @@ g verify_assignable("M_IMP_Y_VIS_BOOL", (0, 2)) verify_assignable("M_IMP_M_VIS_BOOL", (0, 2)) # Visibility promoted verify_assignable("M_IMP_N_VIS_BOOL", ( )) - verify_assignable("M_IMP_Y_VIS_TRI", (0, 1, 2)) # m removed by imply - verify_assignable("M_IMP_M_VIS_TRI", (0, 1 )) # m promoted to y by imply + verify_assignable("M_IMP_Y_VIS_TRI", (0, 1, 2)) + verify_assignable("M_IMP_M_VIS_TRI", (0, 1 )) verify_assignable("M_IMP_N_VIS_TRI", ( )) |
