blob: 40bf8f4407638a4f97b13a9bafb647c60fd9f951 [file] [log] [blame]
# Check that we recognize the console pool as built-in.
#
# RUN: %{llbuild} ninja load-manifest %s > %t
# RUN: %{FileCheck} < %t %s
rule TRUE
command = true
pool = console
# CHECK: build "output": TRUE
# CHECK: command = "true"
# CHECK: pool = console
build output: TRUE