// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
using System;
namespace Microsoft.AspNet.Razor.Test.Generator
{
[Flags]
public enum TabTest
NoTabs = 1,
Tabs = 2,
Both = 3
}