Account for new scope type syntax on scope.

This commit is contained in:
steve 2001-10-31 03:07:11 +00:00
parent 9505b586bf
commit 438605fad5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
; This tests that a simple %vpi_call works properly. This is very nearly
; the mode trivial VVP source file that can generate any output.
main .scope "main";
main .scope module, "main";
code
%vpi_call "$display", "Hello, World.";