# Description:
# grappler testdata packages.

load("//tensorflow:tensorflow.bzl", "filegroup")

package(
    licenses = ["notice"],
)

filegroup(
    name = "test_file",
    srcs = [
        "test_file.txt",
    ],
    visibility = ["//tensorflow/core/grappler/inputs:__pkg__"],
)
